{% extends "base.html" %} {% load crispy_forms_tags %} {% block content %} {% if user.is_authenticated %} {% if request.user.groups.all.0.name == "company_owner" %} {% comment %} {% with {{postingform.company}}={{company.id}} %} {% endcomment %}

Job Post Submission


{% csrf_token %} {{ postingform|crispy }}
{{ postingform.media.js }}
{% comment %} {% endwith %} {% endcomment %} {% else %}

You are not allowed to view this page.
This page is only for company owners

{% endif %} {% endif %} {% endblock %}